home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000367_news@columbia.edu _Fri Sep 20 12:13:10 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id MAA28368 for <kermit.misc@watsun.cc.columbia.edu>; Fri, 20 Sep 1996 12:13:09 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id MAA15489 for kermit.misc@watsun; Fri, 20 Sep 1996 12:13:06 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: K95 and INT14
  8. Date: 20 Sep 1996 16:12:45 GMT
  9. Organization: Columbia University
  10. Lines: 13
  11. Message-ID: <51ufpt$oij@apakabar.cc.columbia.edu>
  12. References: <3242C450.4035@pn.itnet.it>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <3242C450.4035@pn.itnet.it>,
  16. icoge@pn.itnet.it <icoge@pn.itnet.it> wrote:
  17. : We're using INSYNC ModemShare for modem sharing and we're looking for a
  18. : terminal emulator for Windows 95 / Windows NT over INT14.
  19. : Kermit 95 supports INT14 ?
  20. Kermit 95 is a 32-bit Windows application and as such, uses Windows
  21. drivers for accessing the communication devices, as all 32-bit Windows
  22. applications must do.  If your modem sharing product has a driver that
  23. looks like a communications-device driver and does not require a custom
  24. API, then Kermit 95 can use it.
  25.  
  26. - Frank